Skip to content
Back to search
30
MCP

JDI Debugger

pulsemcp/jdi debugger

Connects to running Java applications via JDWP for real-time debugging with breakpoint management, variable inspection, step execution control, and stack trace analysis.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

jdwp-mcp
Debug live JVMs through JDWP — from any MCP-compatible agent
0 tools
GDB Server
Remote debugging with gdbserver — breakpoints, stepping, memory inspection, and thread management.
0 tools
DAP Debugger
Integrates with DAP-compatible debuggers like Delve to provide comprehensive debugging session management including breakpoints, execution c
0 tools
io.github.ai-debugger-inc/aidb
Debug any supported language with breakpoints, variable/state inspection, and stepping.
0 tools
x64dbg
AI-powered reverse engineering and debugging interface for the x64dbg debugger with breakpoints, memory analysis, and tracing.
0 tools
Spring JVM Diagnostics
Diagnoses performance problems in Java Spring Boot applications with JVM metrics and thread analysis.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jdi_debugger": {
      "url": "None",
      "transport": "http"
    }
  }
}